Welcome![Sign In][Sign Up]
Location:
Search - Gauss Seidel

Search list

[Mathimatics-Numerical algorithmsseidel迭代法

Description: gauss-seidel迭代法解Ax=b的解-Gauss - Seidel iterative method for Ax = b Solution
Platform: | Size: 6456 | Author: 剑胆琴心 | Hits:

[Mathimatics-Numerical algorithmsSeidel

Description: GAUSS-SEIDEL法的Matlab程序-A programm realizing GUASS-SEIDEL algorithm,written in Matlab.
Platform: | Size: 1031 | Author: lll | Hits:

[Algorithmjisuanff

Description: 含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现- Includes the linear interpolation, the transect interpolation, Gauss 鐭╅樀鍒?涓诲厓 娑堝幓娉?and so on the algorithm realization
Platform: | Size: 3072 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithmsAlgebra

Description: 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *-basic matrix calculation :-*, power, transpose, trace, determinant, minor, matrix of minor, cofactor, the matrix of cofactor, adjoint, inverse, Gauss, gaussjordan, linear transformation, LU decomposition, Gram-Schmidt process, the similarity. B ) Basic vectors functions : norm, distance, innerproduct, coldim, rowdim, rank, nullity.*
Platform: | Size: 98304 | Author: 站长 | Hits:

[DocumentsORDGAUSS

Description: 利用高斯法求线性方程组的解-Gauss method for solving linear equations solution
Platform: | Size: 1024 | Author: 谷雨 | Hits:

[Mathimatics-Numerical algorithms6.gauss-seidel

Description: Gauss_seidel算法,经典算法-Gauss_seidel algorithm, classical algorithm
Platform: | Size: 1024 | Author: 黎元凯 | Hits:

[Mathimatics-Numerical algorithmsGauss-Seidel

Description: Gauss_Seidel迭代-Gauss_Seidel
Platform: | Size: 1024 | Author: 陈国栋 | Hits:

[AlgorithmGAUSS迭代

Description: 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
Platform: | Size: 157696 | Author: 王永科 | Hits:

[Algorithm高斯消元法解n阶线性方程组

Description: 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
Platform: | Size: 269312 | Author: 郑双明 | Hits:

[Algorithm解线性方程的直接法

Description: 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See Notes procedures
Platform: | Size: 23552 | Author: 周思良 | Hits:

[Other坐标转换

Description: 提供C++完成高斯坐标与大地坐标转换源码,请指教-provide complete Gauss coordinate geodetic coordinates with the source code conversion, please enlighten
Platform: | Size: 2048 | Author: 曹磊 | Hits:

[Other systemsProjection_Gauss

Description: 用于测量与地图制图的高斯投影转换,提供了北京54、全国80、WGS84三个坐标系下的正算、反算。输出结果精确到小数点后7位。-for measuring and mapping the Gauss projection conversion, the Beijing 54, 80, 3 WGS84 coordinates the count is, anti-counting. Output accurate to seven decimal places.
Platform: | Size: 43008 | Author: 袁爽 | Hits:

[Algorithm数值分析课程设计

Description: 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonly used computers to solve linear equations in a direct way. Is not consider rounding error of circumstances, and after limited to the four-step operation can be linear equations the exact solutions of a class method.
Platform: | Size: 95232 | Author: 沈嘉祺 | Hits:

[Windows Developspgs

Description: 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss- Seidel iterative solution of linear equations Ax = b% Format : spgs x = (A, b, x0, e, N), A coefficient matrix, b subguadratic vector, returning x vector. X0% for initial vector (the default origin), e-precision (default 1e-4), iteration ceiling set to prevent divergence (mime identified 500%).
Platform: | Size: 1024 | Author: 王志波 | Hits:

[Otherlegendre_gauss

Description: 此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
Platform: | Size: 1024 | Author: 张俊杰 | Hits:

[Algorithmmathmatics_of_computer

Description: C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss- Seidel iterative method. cpp Lagrange polynomial interpolation. c
Platform: | Size: 2048 | Author: 鸿鹤 | Hits:

[AlgorithmNumericalAnalysisAlgorithm

Description: 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equations (which has been validated ) : Jacobi iteration (P54 cases through an Exercise and a certification) Gauss-- Seidel tournament in Japan interpolation Falagelang formula (207.142.131.235 France
Platform: | Size: 12288 | Author: xuyao | Hits:

[Algorithm迭代求解方程组

Description: 包括Jacobi迭代法,Gauss-seidel迭代法和SOR迭代法的matlab代码,以及一个测试的main程序(These are iterative methods for solving linear equations.)
Platform: | Size: 1024 | Author: 小博v | Hits:

[Algorithm高斯勒让德和切比雪夫数值积分

Description: 计算积分,高斯赛德尔与高斯切比雪夫数值积分(Calculate Gauss-Seidel and Gauss Chebyshev numerical integral)
Platform: | Size: 1024 | Author: EIL | Hits:

[matlabGauss Seidel

Description: Gauss Seidel method for numerical integration
Platform: | Size: 387 | Author: avicallingaj@gmail.com | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 24 »

CodeBus www.codebus.net